|
Author |
Thread Statistics | Show CCP posts - 2 post(s) |

Aelena Thraant
Shadows of the Dead R0ADKILL
|
Posted - 2008.05.08 19:11:00 -
[1]
I'm trying to fix an issue with Corpulent not working with the pos api anymore after something with the newer patch. The developer has stopped developing it so I don't know a lot of what is going on with his code, but I found that the part that fails is the call to your library.
EveApi sbaseApi = new EveApi(numericId, apiKey, charId); sbaseApi.Authentication.StarbaseID = entry.ItemID; EveAI.Live.Corporation.Starbase apiStarbase = sbaseApi.GetCorporationStarbaseDetail();
the error I get is {"Object reference not set to an instance of an object."}System.Exception {System.NullReferenceException}
Using your sample tool I also get the same error. doing the starbase deatail section. Since I can't find your source code, I have no way to debug it to see what is going on. This is with with the 0.9.6 version. |

Aelena Thraant
Shadows of the Dead R0ADKILL
|
Posted - 2008.05.09 12:14:00 -
[2]
Originally by: Amida Ta Cannot really test this as my corp has no starbases :( I assume you do have sufficient rights to get the starbase details...
Yes... I have director
I'm willing to test it if you want to make a special debug version for me to run or something. |

Aelena Thraant
Shadows of the Dead R0ADKILL
|
Posted - 2008.05.29 15:57:00 -
[3]
Originally by: Amida Ta Edited by: Amida Ta on 26/05/2008 07:43:17
Originally by: Elly Gartner Browsing through the web a bit, I found the following bug that might be the cause of the bug inside the EveAI library: Corresponding libeveapi bug. Fixing this would be very much appreciated, as I'd really like to be able to use corpulent. :)
The problem in EveAI is likely the same. Just try: EveAI.Live 0.9.9 Preview Didn't test, but this may fix the problem.
It does... Thanks |

Aelena Thraant
The White Aces
|
Posted - 2009.03.30 04:36:00 -
[4]
I think there is a problem with the GetCharacterSkillQueue in 1.14
Here is the call I'm using
Quote: EveApi api = new EveApi(Row.ID, Row.APIKey, Row.CharID); List<SkillInTraining> Queue = api.GetCharacterSkillQueue();
However other then the Current server time everything is -1 or NaN
I ran the GetCharacterSheet() method just to make sure my key info is correct and it pulls up fine.
EVE Killboard and Forum Hosting Service: MyEVEKb |
|
|
|